home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / tactics_core.swf / scripts / DefineButton2_853 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2007-03-20  |  258 b   |  11 lines

  1. on(release){
  2.    _parent.hidecells();
  3.    _parent.items.gotoAndStop("Disable");
  4.    if(_parent.cells.moverangecells != null)
  5.    {
  6.       _parent.cells.moverangecells.removeMovieClip();
  7.    }
  8.    docommand = "Status";
  9.    gotoAndPlay(_currentframe + 2);
  10. }
  11.